Hi Rob,
The IO directions should not "Stay" you will need to set them every time after a power up.
Regards
TK
| Group: DynoMotion |
Message: 9351 |
From: Tom Kerekes |
Date: 3/23/2014 |
| Subject: Re: Saving io assignments |
Hi Rob, IO should default to Input and only change to Output if something explicitly changes it to an output. The format for C Programs is different than Console Script. o set the IO mode in a C Program you would code: SetBitDirection(0,0); // set IO 0 to be an input Regards TK
| |